How to Create CAPTCHA Protection using PHP and AJAX
//Initiate the AJAX request function makeRequest(url, param) {//If our readystate is either not started or finished, initiate a new request if (receiveReq.readyState == 4 || receiveReq.readyState == 0) { //Set up the connection to captcha_test.html. True